home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / X11 / Xserver.z / Xserver
Text File  |  1998-10-20  |  27KB  |  595 lines

  1.  
  2.  
  3.  
  4.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           Xserver - X Window System display server
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           XXXX [option ...]
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.           _X is the generic name for the X Window System display
  16.           server.  It is frequently a link or a copy of the
  17.           appropriate server binary for driving the most frequently
  18.           used server on a given machine.
  19.  
  20.      SSSSTTTTAAAARRRRTTTTIIIINNNNGGGG TTTTHHHHEEEE SSSSEEEERRRRVVVVEEEERRRR
  21.           The X server is usually started from the X Display Manager
  22.           program _x_d_m(_1).  This utility is run from the system boot
  23.           files and takes care of keeping the server running,
  24.           prompting for usernames and passwords, and starting up the
  25.           user sessions.
  26.  
  27.           Installations that run more than one window system may need
  28.           to use the _x_i_n_i_t(_1) utility instead of _x_d_m.  However, _x_i_n_i_t
  29.           is to be considered a tool for building startup scripts and
  30.           is not intended for use by end users.  Site administrators
  31.           are ssssttttrrrroooonnnnggggllllyyyy urged to use _x_d_m, or build other interfaces for
  32.           novice users.
  33.  
  34.           The X server may also be started directly by the user,
  35.           though this method is usually reserved for testing and is
  36.           not recommended for normal operation.  On some platforms,
  37.           the user must have special permission to start the X server,
  38.           often because access to certain devices (e.g. /dev/mouse) is
  39.           restricted.
  40.  
  41.           When the X server starts up, it typically takes over the
  42.           display.  If you are running on a workstation whose console
  43.           is the display, you may not be able to log into the console
  44.           while the server is running.
  45.  
  46.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  47.           All of the X servers accept the following command line
  48.           options:
  49.  
  50.           ::::_d_i_s_p_l_a_y_n_u_m_b_e_r
  51.                   the X server runs as the given _d_i_s_p_l_a_y_n_u_m_b_e_r, which
  52.                   by default is 0.  If multiple X servers are to run
  53.                   simultaneously on a host, each must have a unique
  54.                   display number.  See the DISPLAY NAMES section of
  55.                   the _X(_1) manual page to learn how to specify which
  56.                   display number clients should try to use.
  57.  
  58.           ----aaaa _n_u_m_b_e_r
  59.                   sets pointer acceleration (i.e. the ratio of how
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  71.  
  72.  
  73.  
  74.                   much is reported to how much the user actually moved
  75.                   the pointer).
  76.  
  77.           ----aaaacccc     disables host-based access control mechanisms.
  78.                   Enables access by any host, and permits any host to
  79.                   modify the access control list.  Use with extreme
  80.                   caution.  This option exists primarily for running
  81.                   test suites remotely.
  82.  
  83.           ----aaaauuuuddddiiiitttt _l_e_v_e_l
  84.                   Sets the audit trail level.  The default level is 1,
  85.                   meaning only connection rejections are reported.
  86.                   Level 2 additionally reports all successful
  87.                   connections and disconnects.  Level 0 turns off the
  88.                   audit trail.  Audit lines are sent as standard error
  89.                   output.
  90.  
  91.           ----aaaauuuutttthhhh _a_u_t_h_o_r_i_z_a_t_i_o_n-_f_i_l_e
  92.                   Specifies a file which contains a collection of
  93.                   authorization records used to authenticate access.
  94.                   See also the _x_d_m and _X_s_e_c_u_r_i_t_y manual pages.
  95.  
  96.           bbbbcccc      disables certain kinds of error checking, for bug
  97.                   compatibility with previous releases (e.g., to work
  98.                   around bugs in R2 and R3 xterms and toolkits).
  99.                   Deprecated.
  100.  
  101.           ----bbbbssss     disables backing store support on all screens.
  102.  
  103.           ----cccc      turns off key-click.
  104.  
  105.           cccc _v_o_l_u_m_e
  106.                   sets key-click volume (allowable range: 0-100).
  107.  
  108.           ----cccccccc _c_l_a_s_s
  109.                   sets the visual class for the root window of color
  110.                   screens.  The class numbers are as specified in the
  111.                   X protocol.  Not obeyed by all servers.
  112.  
  113.           ----ccccoooo _f_i_l_e_n_a_m_e
  114.                   sets name of RGB color database.  The default is
  115.                   <XRoot>/lib/X11/rgb, where <XRoot> refers to the
  116.                   root of the X11 install tree.
  117.  
  118.           ----ccccoooonnnnffffiiiigggg _f_i_l_e_n_a_m_e
  119.                   reads more options from the given file.  Options in
  120.                   the file may be separated by newlines if desired.
  121.                   If a '#' character appears on a line, all characters
  122.                   between it and the next newline are ignored,
  123.                   providing a simple commenting facility.  The ----ccccoooonnnnffffiiiigggg
  124.                   option itself may appear in the file.
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  137.  
  138.  
  139.  
  140.           ----ccccoooorrrreeee   causes the server to generate a core dump on fatal
  141.                   errors.
  142.  
  143.           ----ddddppppiiii _r_e_s_o_l_u_t_i_o_n
  144.                   sets the resolution of the screen, in dots per inch.
  145.                   To be used when the server cannot determine the
  146.                   screen size from the hardware.
  147.  
  148.           ----ddddeeeeffffeeeerrrrggggllllyyyypppphhhhssss _w_h_i_c_h_f_o_n_t_s
  149.                   specifies the types of fonts for which the server
  150.                   should attempt to use deferred glyph loading.
  151.                   _w_h_i_c_h_f_o_n_t_s can be all (all fonts), none (no fonts),
  152.                   or 16 (16 bit fonts only).
  153.  
  154.           ----ffff _v_o_l_u_m_e
  155.                   sets feep (bell) volume (allowable range: 0-100).
  156.  
  157.           ----ffffcccc _c_u_r_s_o_r_F_o_n_t
  158.                   sets default cursor font.
  159.  
  160.           ----ffffnnnn _f_o_n_t
  161.                   sets the default font.
  162.  
  163.           ----ffffpppp _f_o_n_t_P_a_t_h
  164.                   sets the search path for fonts.  This path is a
  165.                   comma separated list of directories which the X
  166.                   server searches for font databases.
  167.  
  168.           ----hhhheeeellllpppp   prints a usage message.
  169.  
  170.           ----IIII      causes all remaining command line arguments to be
  171.                   ignored.
  172.  
  173.           ----kkkkbbbb     disables the XKEYBOARD extension if present.
  174.  
  175.           ----pppp _m_i_n_u_t_e_s
  176.                   sets screen-saver pattern cycle time in minutes.
  177.  
  178.           ----ppppnnnn     permits the server to continue running if it fails
  179.                   to establish all of its well-known sockets
  180.                   (connection points for clients), but establishes at
  181.                   least one.
  182.  
  183.           ----rrrr      turns off auto-repeat.
  184.  
  185.           rrrr       turns on auto-repeat.
  186.  
  187.           ----ssss _m_i_n_u_t_e_s
  188.                   sets screen-saver timeout time in minutes.
  189.  
  190.           ----ssssuuuu     disables save under support on all screens.
  191.  
  192.  
  193.  
  194.  
  195.      Page 3                                          (printed 4/30/98)
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  203.  
  204.  
  205.  
  206.           ----tttt _n_u_m_b_e_r
  207.                   sets pointer acceleration threshold in pixels (i.e.
  208.                   after how many pixels pointer acceleration should
  209.                   take effect).
  210.  
  211.           ----tttteeeerrrrmmmmiiiinnnnaaaatttteeee
  212.                   causes the server to terminate at server reset,
  213.                   instead of continuing to run.
  214.  
  215.           ----ttttoooo _s_e_c_o_n_d_s
  216.                   sets default connection timeout in seconds.
  217.  
  218.           ----ttttsssstttt    disables all testing extensions (e.g., XTEST, XTrap,
  219.                   XTestExtension1).
  220.  
  221.           ttttttttyyyy_x_x   ignored, for servers started the ancient way (from
  222.                   init).
  223.  
  224.           vvvv       sets video-off screen-saver preference.
  225.  
  226.           ----vvvv      sets video-on screen-saver preference.
  227.  
  228.           ----wwwwmmmm     forces the default backing-store of all windows to
  229.                   be WhenMapped.  This is a backdoor way of getting
  230.                   backing-store to apply to all windows.  Although all
  231.                   mapped windows will have backing store, the backing
  232.                   store attribute value reported by the server for a
  233.                   window will be the last value established by a
  234.                   client.  If it has never been set by a client, the
  235.                   server will report the default value, NotUseful.
  236.                   This behavior is required by the X protocol, which
  237.                   allows the server to exceed the client's backing
  238.                   store expectations but does not provide a way to
  239.                   tell the client that it is doing so.
  240.  
  241.           ----xxxx _e_x_t_e_n_s_i_o_n
  242.                   loads the specified extension at init.  This is a
  243.                   no-op for most implementations.
  244.  
  245.      SSSSEEEERRRRVVVVEEEERRRR DDDDEEEEPPPPEEEENNNNDDDDEEEENNNNTTTT OOOOPPPPTTTTIIIIOOOONNNNSSSS
  246.           Some X servers accept the following options:
  247.  
  248.           ----lllldddd _k_i_l_o_b_y_t_e_s
  249.                   sets the data space limit of the server to the
  250.                   specified number of kilobytes.  A value of zero
  251.                   makes the data size as large as possible.  The
  252.                   default value of -1 leaves the data space limit
  253.                   unchanged.
  254.  
  255.           ----llllffff _f_i_l_e_s
  256.                   sets the number-of-open-files limit of the server to
  257.                   the specified number.  A value is zero makes the
  258.  
  259.  
  260.  
  261.      Page 4                                          (printed 4/30/98)
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  269.  
  270.  
  271.  
  272.                   limit as large as possible.  The default value of -1
  273.                   leaves the limit unchanged.
  274.  
  275.           ----llllssss _k_i_l_o_b_y_t_e_s
  276.                   sets the stack space limit of the server to the
  277.                   specified number of kilobytes.  A value of zero
  278.                   makes the stack size as large as possible.  The
  279.                   default value of -1 leaves the stack space limit
  280.                   unchanged.
  281.  
  282.           ----llllooooggggoooo   turns on the X Window System logo display in the
  283.                   screen-saver.  There is currently no way to change
  284.                   this from a client.
  285.  
  286.           nnnnoooollllooooggggoooo  turns off the X Window System logo display in the
  287.                   screen-saver.  There is currently no way to change
  288.                   this from a client.
  289.  
  290.      XXXXDDDDMMMMCCCCPPPP OOOOPPPPTTTTIIIIOOOONNNNSSSS
  291.           X servers that support XDMCP have the following options.
  292.           See the _X _D_i_s_p_l_a_y _M_a_n_a_g_e_r _C_o_n_t_r_o_l _P_r_o_t_o_c_o_l specification for
  293.           more information.
  294.  
  295.           ----qqqquuuueeeerrrryyyy _h_o_s_t-_n_a_m_e
  296.                   Enable XDMCP and send Query packets to the specified
  297.                   host.
  298.  
  299.           ----bbbbrrrrooooaaaaddddccccaaaasssstttt
  300.                   Enable XDMCP and broadcast BroadcastQuery packets to
  301.                   the network.  The first responding display manager
  302.                   will be chosen for the session.
  303.  
  304.           ----iiiinnnnddddiiiirrrreeeecccctttt _h_o_s_t-_n_a_m_e
  305.                   Enable XDMCP and send IndirectQuery packets to the
  306.                   specified host.
  307.  
  308.           ----ppppoooorrrrtttt _p_o_r_t-_n_u_m
  309.                   Use an alternate port number for XDMCP packets.
  310.                   Must be specified before any -query, -broadcast or
  311.                   -indirect options.
  312.  
  313.           ----ccccllllaaaassssssss _d_i_s_p_l_a_y-_c_l_a_s_s
  314.                   XDMCP has an additional display qualifier used in
  315.                   resource lookup for display-specific options.  This
  316.                   option sets that value, by default it is "MIT-
  317.                   Unspecified" (not a very useful value).
  318.  
  319.           ----ccccooooooookkkkiiiieeee _x_d_m-_a_u_t_h-_b_i_t_s
  320.                   When testing XDM-AUTHENTICATION-1, a private key is
  321.                   shared between the server and the manager.  This
  322.                   option sets the value of that private data (not that
  323.                   it is very private, being on the command line!).
  324.  
  325.  
  326.  
  327.      Page 5                                          (printed 4/30/98)
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  335.  
  336.  
  337.  
  338.           ----ddddiiiissssppppllllaaaayyyyIIIIDDDD _d_i_s_p_l_a_y-_i_d
  339.                   Yet another XDMCP specific value, this one allows
  340.                   the display manager to identify each display so that
  341.                   it can locate the shared key.
  342.  
  343.      XXXXKKKKEEEEYYYYBBBBOOOOAAAARRRRDDDD OOOOPPPPTTTTIIIIOOOONNNNSSSS
  344.           X servers that support the XKEYBOARD extension accept the
  345.           following options:
  346.  
  347.           ----xxxxkkkkbbbbddddiiiirrrr _d_i_r_e_c_t_o_r_y
  348.                   base directory for keyboard layout files
  349.  
  350.           ----xxxxkkkkbbbbmmmmaaaapppp _f_i_l_e_n_a_m_e
  351.                   keyboard description to load on startup
  352.  
  353.           [[[[++++----]]]]aaaacccccccceeeessssssssxxxx
  354.                   enable(+) or disable(-) AccessX key sequences
  355.  
  356.           ----aaaarrrr1111 _m_i_l_l_i_s_e_c_o_n_d_s
  357.                   sets the length of time in milliseconds that a key
  358.                   must be depressed before autorepeat starts
  359.  
  360.           ----aaaarrrr2222 _m_i_l_l_i_s_e_c_o_n_d_s
  361.                   sets the length of time in milliseconds that should
  362.                   elapse between autorepeat-generated keystrokes
  363.  
  364.           Many servers also have device-specific command line options.
  365.           See the manual pages for the individual servers for more
  366.           details.
  367.  
  368.      NNNNEEEETTTTWWWWOOOORRRRKKKK CCCCOOOONNNNNNNNEEEECCCCTTTTIIIIOOOONNNNSSSS
  369.           The X server supports client connections via a platform-
  370.           dependent subset of the following transport types: TCP/IP,
  371.           Unix Domain sockets, DECnet, and several varieties of SVR4
  372.           local connections.  See the DISPLAY NAMES section of the
  373.           _X(_1) manual page to learn how to specify which transport
  374.           type clients should try to use.
  375.  
  376.      SSSSEEEECCCCUUUURRRRIIIITTTTYYYY
  377.           The X server implements a platform-dependent subset of the
  378.           following authorization protocols: MIT-MAGIC-COOKIE-1, XDM-
  379.           AUTHORIZATION-1, SUN-DES-1, and MIT-KERBEROS-5.  See the
  380.           _X_s_e_c_u_r_i_t_y(_1) manual page for information on the operation of
  381.           these protocols.
  382.  
  383.           Authorization data required by the above protocols is passed
  384.           to the server in a private file named with the ----aaaauuuutttthhhh command
  385.           line option.  Each time the server is about to accept the
  386.           first connection after a reset (or when the server is
  387.           starting), it reads this file.  If this file contains any
  388.           authorization records, the local host is not automatically
  389.           allowed access to the server, and only clients which send
  390.  
  391.  
  392.  
  393.      Page 6                                          (printed 4/30/98)
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  401.  
  402.  
  403.  
  404.           one of the authorization records contained in the file in
  405.           the connection setup information will be allowed access.
  406.           See the _X_a_u manual page for a description of the binary
  407.           format of this file.  See _x_a_u_t_h(_1) for maintenance of this
  408.           file, and distribution of its contents to remote hosts.
  409.  
  410.           The X server also uses a host-based access control list for
  411.           deciding whether or not to accept connections from clients
  412.           on a particular machine.  If no other authorization
  413.           mechanism is being used, this list initially consists of the
  414.           host on which the server is running as well as any machines
  415.           listed in the file /_e_t_c/_Xnnnn._h_o_s_t_s, where nnnn is the display
  416.           number of the server.  Each line of the file should contain
  417.           either an Internet hostname (e.g. expo.lcs.mit.edu) or a
  418.           DECnet hostname in double colon format (e.g. hydra::).
  419.           There should be no leading or trailing spaces on any lines.
  420.           For example:
  421.  
  422.                   joesworkstation
  423.                   corporate.company.com
  424.                   star::
  425.                   bigcpu::
  426.  
  427.           Users can add or remove hosts from this list and enable or
  428.           disable access control using the _x_h_o_s_t command from the same
  429.           machine as the server.
  430.  
  431.           The X protocol intrinsically does not have any notion of
  432.           window operation permissions or place any restrictions on
  433.           what a client can do; if a program can connect to a display,
  434.           it has full run of the screen.  Sites that have better
  435.           authentication and authorization systems might wish to make
  436.           use of the hooks in the libraries and the server to provide
  437.           additional security models.
  438.  
  439.      SSSSIIIIGGGGNNNNAAAALLLLSSSS
  440.           The X server attaches special meaning to the following
  441.           signals:
  442.  
  443.           _S_I_G_H_U_P  This signal causes the server to close all existing
  444.                   connections, free all resources, and restore all
  445.                   defaults.  It is sent by the display manager
  446.                   whenever the main user's main application (usually
  447.                   an _x_t_e_r_m or window manager) exits to force the
  448.                   server to clean up and prepare for the next user.
  449.  
  450.           _S_I_G_T_E_R_M This signal causes the server to exit cleanly.
  451.  
  452.           _S_I_G_U_S_R_1 This signal is used quite differently from either of
  453.                   the above.  When the server starts, it checks to see
  454.                   if it has inherited SIGUSR1 as SIG_IGN instead of
  455.                   the usual SIG_DFL.  In this case, the server sends a
  456.  
  457.  
  458.  
  459.      Page 7                                          (printed 4/30/98)
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  467.  
  468.  
  469.  
  470.                   SIGUSR1 to its parent process after it has set up
  471.                   the various connection schemes.  _X_d_m uses this
  472.                   feature to recognize when connecting to the server
  473.                   is possible.
  474.  
  475.      FFFFOOOONNNNTTTTSSSS
  476.           The X server can obtain fonts from directories and/or from
  477.           font servers.  The list of directories and font servers the
  478.           X server uses when trying to open a font is controlled by
  479.           the _f_o_n_t _p_a_t_h.
  480.  
  481.           The default font path is "<XRoot>/lib/X11/fonts/misc/,
  482.           <XRoot>/lib/X11/fonts/Speedo/, <XRoot>/lib/X11/fonts/Type1/,
  483.           <XRoot>/lib/X11/fonts/75dpi/, <XRoot>/lib/X11/fonts/100dpi/
  484.           where <XRoot> refers to the root of the X11 install tree.
  485.  
  486.           The font path can be set with the ----ffffpppp option or by _x_s_e_t(_1)
  487.           after the server has started.
  488.  
  489.      FFFFIIIILLLLEEEESSSS
  490.           /etc/Xnnnn.hosts                 Initial access control list
  491.                                         for display number nnnn
  492.  
  493.      <XRoot>/lib/X11/fonts/100dpi
  494.           <XRoot>/lib/X11/fonts/misc, <XRoot>/lib/X11/fonts/75dpi,
  495.                                         Bitmap font directories
  496.  
  497.           <XRoot>/lib/X11/fonts/Speedo, <XRoot>/lib/X11/fonts/Type1
  498.                                         Outline font directories
  499.  
  500.           <XRoot>/lib/X11/fonts/PEX     PEX font directories
  501.  
  502.           <XRoot>/lib/X11/rgb.txt       Color database
  503.  
  504.           /tmp/.X11-unix/Xnnnn             Unix domain socket for display
  505.                                         number nnnn
  506.  
  507.           /tmp/rcXnnnn                     Kerberos 5 replay cache for
  508.                                         display number nnnn
  509.  
  510.           /usr/adm/Xnnnnmsgs               Error log file for display
  511.                                         number nnnn if run from _i_n_i_t(_8)
  512.  
  513.           <XRoot>/lib/X11/xdm/xdm-errors
  514.                                         Default error log file if the
  515.                                         server is run from _x_d_m(_1)
  516.  
  517.           Note: <XRoot> refers to the root of the X11 install tree.
  518.  
  519.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  520.           General information: X(1)
  521.  
  522.  
  523.  
  524.  
  525.      Page 8                                          (printed 4/30/98)
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....1111))))          XXXXSSSSEEEERRRRVVVVEEEERRRR((((1111))))
  533.  
  534.  
  535.  
  536.           Protocols:  _X _W_i_n_d_o_w _S_y_s_t_e_m _P_r_o_t_o_c_o_l, _T_h_e _X _F_o_n_t _S_e_r_v_i_c_e
  537.           _P_r_o_t_o_c_o_l, _X _D_i_s_p_l_a_y _M_a_n_a_g_e_r _C_o_n_t_r_o_l _P_r_o_t_o_c_o_l
  538.  
  539.           Fonts: bdftopcf(1), mkfontdir(1), xfs(1), xlsfonts(1),
  540.           xfontsel(1), xfd(1), _X _L_o_g_i_c_a_l _F_o_n_t _D_e_s_c_r_i_p_t_i_o_n _C_o_n_v_e_n_t_i_o_n_s
  541.  
  542.           Security: Xsecurity(1), xauth(1), Xau(1), xdm(1), xhost(1)
  543.  
  544.           Starting the server: xdm(1), xinit(1)
  545.  
  546.           Controlling the server once started: xset(1), xsetroot(1),
  547.           xhost(1)
  548.  
  549.           Server-specific man pages: Xdec(1), XmacII(1), Xsun(1),
  550.           Xnest(1), Xvfb(1), XF86_Accel(1), XF86_Mono(1),
  551.           XF86_SVGA(1), XF86_VGA16(1), XFree86(1)
  552.  
  553.           Server internal documentation:  _D_e_f_i_n_i_t_i_o_n _o_f _t_h_e _P_o_r_t_i_n_g
  554.           _L_a_y_e_r _f_o_r _t_h_e _X _v_1_1 _S_a_m_p_l_e _S_e_r_v_e_r, _S_t_r_a_t_e_g_i_e_s _f_o_r _P_o_r_t_i_n_g
  555.           _t_h_e _X _v_1_1 _S_a_m_p_l_e _S_e_r_v_e_r, _G_o_d_z_i_l_l_a'_s _G_u_i_d_e _t_o _P_o_r_t_i_n_g _t_h_e _X
  556.           _V_1_1 _S_a_m_p_l_e _S_e_r_v_e_r
  557.  
  558.      AAAAUUUUTTTTHHHHOOOORRRRSSSS
  559.           The sample server was originally written by Susan
  560.           Angebranndt, Raymond Drewry, Philip Karlton, and Todd
  561.           Newman, from Digital Equipment Corporation, with support
  562.           from a large cast.  It has since been extensively rewritten
  563.           by Keith Packard and Bob Scheifler, from MIT.
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.      Page 9                                          (printed 4/30/98)
  592.  
  593.  
  594.  
  595.